home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / clickfest3.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(keyPress Tab).as
Encoding:
Text File  |  2008-09-16  |  73 b   |  5 lines

  1. on(keyPress "<Tab>"){
  2.    stopAllSounds();
  3.    _root.gotoAndStop(2);
  4. }
  5.